Autogenerated HTML docs for v1.7.10.1-433-g34875 
diff --git a/git-grep.txt b/git-grep.txt index 343eadd..4785f1c 100644 --- a/git-grep.txt +++ b/git-grep.txt 
@@ -247,11 +247,11 @@  Examples  --------   -`git grep {apostrophe}time_t{apostrophe} \-- {apostrophe}*.[ch]{apostrophe}`:: +`git grep 'time_t' -- '*.[ch]'`:: 	Looks for `time_t` in all tracked .c and .h files in the working 	directory and its subdirectories.   -`git grep -e {apostrophe}#define{apostrophe} --and \( -e MAX_PATH -e PATH_MAX \)`:: +`git grep -e '#define' --and \( -e MAX_PATH -e PATH_MAX \)`:: 	Looks for a line that has `#define` and either `MAX_PATH` or 	`PATH_MAX`.